Access Implicit Object
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
In the following example, you can easily access implicit object like session
<window>
<label value="${session.deviceType}"/>
</window>
The browser shows the result: ajax
.